home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / macros / latex209 / contrib / nassflow / add.lse < prev    next >
Text File  |  1993-04-14  |  681b  |  29 lines

  1. !
  2. ! Add the following defenition in the menu list in the placeholder
  3. ! "environments" in the file LATEX_ENVIRONMENTS.LSE
  4.  
  5. "structure"        /placeholder
  6.  
  7. ! Add the following definitions also somewhere in the same file
  8.  
  9.  
  10. DELETE TOKEN "\struct" -
  11.     /LANGUAGE=LATEX
  12. DEFINE TOKEN "\struct" -
  13.     /LANGUAGE=LATEX -
  14.     /PLACEHOLDER=structure
  15.  
  16. delete placeholder "structure" /language = latex
  17. define placeholder "structure" /language = latex -
  18.       /descr = "Full structure definition for Flow or NS diagram" -
  19.     /topic_string = "LATEX Commands Environments structure" 
  20.  
  21. "\scriptsize%"
  22. "\STRUCT{<struct-name>}{<<struct-description>>}{%"
  23. "  <<statement>>..."
  24. "}%"
  25. "\normalsize"
  26. ""
  27. end define
  28.  
  29.